EinhugurCoreBridge.NSObject
UIImage
UIImage (private) | Private constructor, use the shared method creators to create instance of this class. |
ClassName (Inherited) (desktop - console) | Returns the name of the Cocoa class under the hood as String. |
Handle (Inherited) | Returns Integer handle to the native NSObject structure. |
Height | Returns height of the UIImage. |
Scale | Returns the scale factor of the image. |
Width | Returns width of the UIImage. |
shared Cast | Does deep cast on incoming NSObject to UIImage. |
Draw | Draws the UIImage into Xojo Graphics object at given x,y location. |
Draw | Draws the UIImage into Xojo Graphics object at given x,y location, taking in additionally width and height parameters. |
shared FromCGImage | Creates UIImage from a given CGImage. |
shared FromIntegerPtr | Constructs UIImage object from Integer handle coming from declares or 3rd party plugin. |
shared FromNamedImage | Creates an image object from the specified named asset. |
shared FromSystemNamedImage | Creates an image object that contains a system symbol image. |
Release (Inherited) | Releases the NSObject. |
Retain (Inherited) | Retains the NSObject |
ToPicture | Converts the UIImage to Xojo picture object. |
Version = 5.0 (Inherited) |